projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7cd0b
)
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
author
Kenichi Handa
<handa@m17n.org>
Sat, 11 Nov 2000 01:07:16 +0000
(
01:07
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 11 Nov 2000 01:07:16 +0000
(
01:07
+0000)
src/syssignal.h
patch
|
blob
|
history
diff --git
a/src/syssignal.h
b/src/syssignal.h
index 26e10edd5b9471a5ebb24e5bf3616041334a52c2..eafdb3a6a6a442816cddaacd1dab33601e4e85cb 100644
(file)
--- a/
src/syssignal.h
+++ b/
src/syssignal.h
@@
-144,6
+144,13
@@
extern SIGMASKTYPE sigprocmask_set;
#if defined (SIGURG) && defined (BROKEN_SIGURG)
#undef SIGURG
#endif
+#if defined (SIGAIO) && defined (BROKEN_SIGAIO)
+#undef SIGAIO
+#endif
+#if defined (SIGPTY) && defined (BROKEN_SIGPTY)
+#undef SIGPTY
+#endif
+
#if NSIG < NSIG_MINIMUM
# ifdef NSIG